Q3View_GetReceiveShadowsStyleState
You can use theQ3View_GetReceiveShadowsStyleState
function to get the current shadow-receiving style of a view.
TQ3Status Q3View_GetReceiveShadowsStyleState ( TQ3ViewObject view, TQ3Boolean *receives);
view
- A view.
receives
- On exit, the current shadow-receiving style of the specified view.
DESCRIPTION
TheQ3View_GetReceiveShadowsStyleState
function returns, in thereceives
parameter, the current shadow-receiving style of the view specified by theview
parameter.